type net/http.http2DataFrame
12 uses
net/http (current package)
h2_bundle.go#L1820: dataFrame http2DataFrame
h2_bundle.go#L1823: func (fc *http2frameCache) getDataFrame() *http2DataFrame {
h2_bundle.go#L1825: return &http2DataFrame{}
h2_bundle.go#L1980: type http2DataFrame struct {
h2_bundle.go#L1985: func (f *http2DataFrame) StreamEnded() bool {
h2_bundle.go#L1993: func (f *http2DataFrame) Data() []byte {
h2_bundle.go#L3035: case *http2DataFrame:
h2_bundle.go#L5339: if f, ok := f.(*http2DataFrame); ok {
h2_bundle.go#L5357: case *http2DataFrame:
h2_bundle.go#L5579: func (sc *http2serverConn) processData(f *http2DataFrame) error {
h2_bundle.go#L9372: case *http2DataFrame:
h2_bundle.go#L9707: func (rl *http2clientConnReadLoop) processData(f *http2DataFrame) error {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |